Search Results
A lock-free std::atomic std::shared_ptr - Timur Doumler - ACCU 2022
A Lock-free Atomic shared_ptr - Timur Doumler - CppNow 2022
A lock-free atomic shared_ptr - Timur Doumler - NDC TechTown 2022
028 - Low-Level Threading 1 - How to pass std::atomic & std::atomic_ref to function
Thread synchronisation in real-time audio processing with RCU (Read-Copy-Update) - Timur Doumler ADC
C++ : How does the split reference counting work in a lock free stack?
C++ 20 (2a) New Features : Atomic Smart Pointers | packtpub.com
An Introduction to Multithreading in C++20 - Anthony Williams - CppCon 2022
What is Low Latency C++? (Part 2) - Timur Doumler - CppNow 2023
Nicolai Josuttis: The Price of Shared Pointers or Why Passing them by-reference can be Useful
Software Engineering Languages - Titus Winters - CppNorth 2022
The fastest possible metafunction? - Template Metaprogramming in C++ - E13